home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / test / ThisIsAClassWithLongName.h < prev   
Encoding:
C/C++ Source or Header  |  1998-02-23  |  666 b   |  40 lines

  1. #ifndef THISISACLASSWITHLONGNAME_H
  2. #define THISISACLASSWITHLONGNAME_H
  3.  
  4. /* 
  5.     This file was generated by BCC v2.0
  6.     MUI mode
  7. */
  8.  
  9. /* .bcc_header for MUI mode */
  10.  
  11. #ifndef EXEC_TYPES_H
  12. #include <exec/types.h>
  13. #endif
  14.  
  15. #ifndef LIBRARIES_MUI_H
  16. #include <libraries/mui.h>
  17. #endif
  18.  
  19.  
  20.  typedef struct {
  21.  
  22.  
  23.     ULONG blee;
  24.  
  25.     
  26.  
  27. } ThisIsAClassWithLongNameData;
  28.  
  29. /* Method Tags */
  30. #define MUIM_ThisIsAClassWithLongName_AnotherVeryLongStringUsed 0xb0b90ecd
  31.  
  32.  
  33. extern struct MUI_CustomClass *cl_ThisIsAClassWithLongName;
  34. #define ThisIsAClassWithLongNameObject NewObject( cl_ThisIsAClassWithLongName->mcc_Class, NULL
  35. struct MUI_CustomClass *ThisIsAClassWithLongName_Create( void );
  36.  
  37.  
  38.  
  39. #endif
  40.